.hedzussamm {
    display: block;
    position: fixed;
    height: 135px;
    width: 100%;
    left: 0px;
    z-index: 3;
    background-color: white;
 }


 .logo {
    position: fixed;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    top: 30px;
    left: 50%;
    z-index: 3;
    transform: translate(-50%);
    width: 350px;
    height: 83px;
    object-fit: contain;
}

.lineheader {
    position: fixed;
    display: inline-block;
    width: 71%;
    height: 0px;
    top: 134px;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
    border: 1px solid rgba(151, 151, 151, 0.78);
}